1032720: Context Menu in Blazor PDF Viewer#3286
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
|
||
| ### Available Context Menu Items | ||
|
|
||
| The EJ2 PDF Viewer context menu includes the following item options: |
There was a problem hiding this comment.
Why add as EJ2 PDF Viewer
There was a problem hiding this comment.
Can you check all the Blazor files properly? Is EJ2 mentioned or not
|
|
||
| {% tabs %} | ||
| {% highlight razor %} | ||
| @page "/pdfviewer-context-menu-mouseup" |
There was a problem hiding this comment.
why added page navigation?
|
|
||
| {% tabs %} | ||
| {% highlight razor%} | ||
| @page "/pdfviewer-context-menu-disabled" |
There was a problem hiding this comment.
why added page navigation?
|
|
||
| ## Complete Context Menu Configuration Example | ||
|
|
||
| The following example demonstrates a fully configured context menu with custom items and mouse-up trigger: |
There was a problem hiding this comment.
can you add the API likes and content properly
|
|
||
| ## Customize Context Menu Items | ||
|
|
||
| You can control which menu items appear in the context menu by specifying a list of `ContextMenuItem` values in the `ContextMenuItems` property. |
There was a problem hiding this comment.
can you add the API likes and content properly
|
|
||
| ## Enable or Disable the Context Menu | ||
|
|
||
| By default, the context menu is enabled in the Blazor PDF Viewer. You can control its availability using the `EnableContextMenu` property within `PdfViewerContextMenuSettings`. |
There was a problem hiding this comment.
can you add the API likes and content properly
|
|
||
| ### Basic Configuration | ||
|
|
||
| To display the context menu with default settings, add the `PdfViewerContextMenuSettings` component to your PDF Viewer: |
There was a problem hiding this comment.
can you add the API likes and content properly
|
|
||
| The EJ2 PDF Viewer context menu includes the following item options: | ||
|
|
||
| | Item | Description | |
There was a problem hiding this comment.
can you add the API likes and content properly
|
|
||
| The context menu in Blazor PDF Viewer supports the following: | ||
|
|
||
| * **Enable or Disable**: Toggle the context menu availability using the `EnableContextMenu` property. |
There was a problem hiding this comment.
can you add the API likes and content properly
Description:
Updated UG Documentation for Context Menu in Blazor PDF Viewer